Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / ContentRangeCollection<T> Class
The type of items in the collection.
Members

In This Topic
    ContentRangeCollection<T> Class
    In This Topic
    Represents a collection of ContentRange elements.
    Object Model
    ContentRangeCollection<T> Class
    Syntax
    'Declaration
     
    Public Class ContentRangeCollection(Of T As ContentRange) 
       Inherits ContentCollection(Of T)
       Implements IContentList(Of T) 
    public class ContentRangeCollection<T> : ContentCollection<T>, IContentList<T>  
    where T: ContentRange
    Type Parameters
    T
    The type of items in the collection.
    Inheritance Hierarchy

    System.Object
       GrapeCity.Documents.Word.ContentCollection<T>
          GrapeCity.Documents.Word.ContentRangeCollection<T>
             GrapeCity.Documents.Word.BookmarkCollection
             GrapeCity.Documents.Word.CommentCollection
             GrapeCity.Documents.Word.ComplexFieldCollection
             GrapeCity.Documents.Word.EditableRangeCollection

    See Also